@charset "utf-8";
.in_gy_04_01{
    padding: 70px 0 50px;
    min-height: 250px;
}
.in_gy_04_02{
    min-height: 250px;
    margin-top: 50px;
}
.in_gy_04_03{
    width: 48%;
    min-height: 250px;
}
.in_gy_04_03 img {
    width: 100%;
    height: auto;
}
.in_gy_04_04{
    width: 48%;
    height: 219px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;

}
.in_gy_04_05{
    width: 48%;
    float: right;
    height: 50px;
    margin: 0 auto;
}
.in_gy_04_05 a{
    display: block;
    width: 150px;
    line-height: 44px;
    background-color: #053e95;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top-right-radius: 20px;
    margin-top: 35px;
    transition: all .5s ease;
}
.in_gy_04_05 a:hover{
    background-color: #0dad3b;
    transition: all .5s ease;
}

@media screen and (max-width: 1199px){

    .in_gy_04_03 {min-height: 240px;}
    .in_gy_04_03,.in_gy_04_05,.in_gy_04_04{
        margin: 0 auto;
        float: none; 
        width: 96%;
    }
   

}